home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1996 February / PC Direct CD-ROM (February 1996).iso / software / claris / impact / disk12 / impact.rs_ / impact.rs / TEXT_217.txt < prev    next >
Encoding:
Text File  |  1995-08-28  |  747 b   |  13 lines

  1. FIND
  2. Searches the text in the argument in-text for a character or series of characters specified in the find-text argument. It starts at the character position represented by start-offset and returns the starting position of find-text. The search is case-sensitive and blanks are counted.
  3.  
  4. Format: FIND (find-text, in-text {,start-offset})
  5.  
  6. Arguments:
  7. ΓÇó  find-text: The text expression you want to find. Enclose text in quotation marks.
  8. ΓÇó  in-text: The text expression that you want searched. Enclose text in quotation marks.
  9. ΓÇó  start-offset: Optional. Must be a numeric expression greater than or equal to 0.
  10.  
  11. Example:
  12. FIND ("e", "where on the Earth") returns 3.
  13. Shows that e is the third character in the text phrase, "where on the Earth".